home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / modules / pa_search.swf / scripts / DefineSprite_47 / frame_1 / DoAction.as
Encoding:
Text File  |  2004-07-07  |  302 b   |  15 lines

  1. this.onMouseDown = function()
  2. {
  3.    if(this.hitTest(_root._xmouse,_root._ymouse,false))
  4.    {
  5.       if(searchFF == defaultValue)
  6.       {
  7.          searchFF = "";
  8.       }
  9.       gotoAndStop("active");
  10.       _parent.mc_go_btn.gotoAndStop("active");
  11.       delete this.onMouseUp;
  12.    }
  13. };
  14. stop();
  15.